Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linear Regression #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

TrifanBogdan24
Copy link

@TrifanBogdan24 TrifanBogdan24 commented Jan 13, 2024

Solved issue: nushell#11392
Added Linear Regression Algorithm that will return the line that goes the best through a set of points in @d.
My method will either return d : y = a * x + b or d : x = a.

@TrifanBogdan24
Copy link
Author

TrifanBogdan24 commented Jan 13, 2024

Please checkout the README.md at the location crates/nu-command/src/math/nushell-liniar-regression/README.md, where I explained my method.

https://github.com/TrifanBogdan24/nushell-linear-regression.git

@alexandruradovici
Copy link

Looks good, please send it to upstream and place a link to it here.

@TrifanBogdan24
Copy link
Author

nushell#11542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants